********************************
Compiling mdAddrJavaWrapper.cpp
********************************

You may need to recompile mdAddrJavaWrapper.cpp if you are not using a version of Java that is compatible with the mdAddrJavaWrapper.dll that is supplied. 

Prerequisites:
	
	Visual C++ Compiler
	Java JDK (tested with JDK 1.6)


To compile mdAddrJavaWrapper.cpp a bat file has been supplied. This bat file requires the Visual Studio C++ compiler.

To use the compiler, you will need the Visual Studio Command Prompt (normally found in the Visual Studio Tools start folder). alternatively, you can use the vcvars64.bat or vcvars32.bat found int he Visual Studio C++ bin folder. REad the comments at the top of BuildWrapper.bat for more details.

To use the compiler, you must set up its environment by executing vcvars32.bat in the Visual Studio
C++ bin folder. Read the comments at the top of BuildWrapper.bat for more details.

You must then set the path to the Java Include and Library path. You also need to set the path of the Address Object library (mdAddr.dll). The default locations of these files are set for 64-bit but may require changes if your system is different.
* 32bit version available in C:\Program Files\Melissa DATA\DQT\AddrObj\dll_32bit

set JavaIncludeDirectory1 to the JDK\include directory
Set JavaIncludeDirectory2 to the JDK\include\win64 directory
set AddrLibraryPath to the directory containing mdAddr.dll


Now, you can run CreateDll.bat to create mdAddrJavaWrapper.dll.

